This is a workaround for misrendering and crashes when the buildds run
tests under llvmpipe on these architectures (see #993550, #
1003348,
#
1010838).
test_timeout_multiplier = 20
endif
+ifneq ($(filter mips%,$(DEB_HOST_ARCH_CPU)),)
+$(info Disabling use of llvmpipe due to mips family CPU, see https://bugs.debian.org/993550)
+export GALLIUM_DRIVER=softpipe
+export LIBGL_ALWAYS_SOFTWARE=true
+endif
+
fuzzy_gsk_compare = \
$(NULL)
$(NULL)
endif
-# Workaround for https://bugs.debian.org/1010838
-ifeq (mipsel,$(DEB_HOST_ARCH_CPU))
-export GALLIUM_DRIVER=softpipe
-endif
-
override_dh_auto_test:
env \
BUILDDIR=debian/build/deb \